public class Int_List
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Int_List() |
protected |
Int_List(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(int x) |
void |
clear() |
void |
delete() |
boolean |
equals(Int_List o) |
protected void |
finalize() |
int |
get(int i) |
protected static long |
getCPtr(Int_List obj) |
boolean |
isEmpty() |
long |
size() |
protected Int_List(long cPtr, boolean cMemoryOwn)
public Int_List()
protected static long getCPtr(Int_List obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public boolean isEmpty()
public void clear()
public void add(int x)
public int get(int i)
public boolean equals(Int_List o)